4.3. Digital
Logic Families
Digital integrated circuits are classified not only by their
complexity or logical operation, but also by the specific circuit technology to
which they belong. The circuit technology is referred to as a digital logic
family.
This fundamental classification is crucial because the choice of a
logic family profoundly impacts various aspects of a digital system's design
and performance. Unlike classifying by function (e.g., a counter vs. a
register) or by scale of integration (SSI, MSI, LSI, VLSI), classifying by
logic family delves into the underlying physics and engineering principles that
govern how the transistors and other components within the integrated circuit actually operate. It's about how the logic gates are built
and how they achieve their switching behavior.
Each logic family has its own basic electronic circuit upon which
more complex digital circuits and components are developed. The basic circuit
in each technology is a NAND, NOR, or an inverter gate.
This highlights the modular nature of digital design. Just as
atoms combine to form molecules, a basic "building block" gate (like
a NAND, NOR, or inverter) is the foundational element from which all other,
more complex digital circuits are constructed within a particular logic family.
This standardization allows designers to understand and predict the behavior of
larger circuits by understanding the characteristics of their fundamental
gates. For example, knowing how a basic NAND gate in a specific family responds
to input changes, draws power, or propagates a signal allows engineers to
design entire microprocessors using those same building blocks. The choice of
NAND, NOR, or inverter as the basic gate often stems from practical
considerations of manufacturing efficiency and ease of implementing universal
logic functions (as both NAND and NOR gates are functionally complete, meaning
any Boolean function can be realized using only them).
The electronic components used in the construction of the basic
circuit are usually used as the name of the technology.
This provides a clear and intuitive naming convention for these
families. The name itself often gives a strong hint about the core
semiconductor devices and circuit topologies employed. For instance:
· RTL (Resistor-Transistor
Logic): As the name suggests, this early family primarily used resistors and
bipolar junction transistors (BJTs) to form its gates.
· DTL (Diode-Transistor
Logic): This evolved from RTL by incorporating diodes in the input stage for
improved performance.
· TTL
(Transistor-Transistor Logic): A highly influential and widely used family that
relies heavily on multiple-emitter transistors and other BJT configurations.
· ECL (Emitter-Coupled
Logic): Known for its extremely high speed, ECL utilizes a differential
amplifier configuration with BJTs and avoids saturation to minimize propagation
delays.
· CMOS (Complementary
Metal-Oxide Semiconductor): A dominant modern logic family that uses both
N-channel and P-channel Metal-Oxide-Semiconductor Field-Effect Transistors
(MOSFETs) in a complementary fashion. This is lauded for its low power
consumption.
· BiCMOS: A hybrid technology
that combines the high speed of bipolar transistors with the low power and high
integration density of CMOS.
Many different logic families of digital integrated circuits have
been introduced commercially.
This point underscores the ongoing evolution and innovation in
semiconductor technology. Each new logic family typically emerged to address
limitations of previous ones, offering improvements in areas such as:
· Speed (Propagation
Delay): How quickly a signal propagates from input to output. Faster gates
enable higher operating frequencies.
· Power Consumption: The
amount of power drawn by the gates. Lower power consumption is critical for
portable devices and large-scale integration.
· Noise Immunity: The
ability of the gate to withstand external electrical noise without
misinterpreting signals.
· Fan-out: The number of
gate inputs that can be driven by a single gate output without compromising
performance.
· Fan-in: The number of
inputs a gate can accept.
· Packing Density: How
many gates can be fabricated in a given area on the silicon chip.
· Cost: The manufacturing
cost per gate.
Operating Voltage: The range of supply voltages over which the
logic family can reliably operate.
The continuous development of these families has been a driving
force behind the exponential growth in computing power and the miniaturization
of electronic devices that we've witnessed over the past several decades. While
some older families like RTL and DTL are now largely historical, their
development laid the groundwork for more advanced technologies, culminating in
the widespread dominance of CMOS in almost all modern digital systems, from
microcontrollers to sophisticated microprocessors. However, specialized
applications still leverage families like ECL for ultra-high-speed
requirements, demonstrating the continued relevance of understanding the unique
characteristics of each logic family.